home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / title.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  110 b   |  8 lines

  1. on mouseUp
  2.   global cursorwait
  3.   if doubleClick() then
  4.     cursor(cursorwait)
  5.     go(1, "TITLE")
  6.   end if
  7. end
  8.